auto merge of #213 : fhahn/cargo/fix-warnings-2, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 17 Jul 2014 20:59:42 +0000 (20:59 +0000)
committerbors <bors@rust-lang.org>
Thu, 17 Jul 2014 20:59:42 +0000 (20:59 +0000)
commit03b2cf3522c685024338cc3cfdfc2150fad3d684
tree35b056805982a37296a11e0c7633adca5dca803e
parent4704ce9d1259434a2f140537fa8e37d9781bfd58
parentc4710b74e7091d0e59a892b443a3502293f9c1ec
auto merge of #213 : fhahn/cargo/fix-warnings-2, r=alexcrichton

This patch replaces `get()` calls with indexing for vectors and `str::from_utf8_lossy` with `String::from_ut8_lossy` to silence recent rustc warnings